home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / f90 / abort.z / abort
Encoding:
Text File  |  1998-10-30  |  1.1 KB  |  28 lines

  1. ABORT(3F)                                             Last changed: 2-24-98
  2.  
  3.  
  4. NNAAMMEE
  5.      AABBOORRTT - Requests abort with traceback
  6.  
  7. SSYYNNOOPPSSIISS
  8.      CCAALLLL AABBOORRTT[((_m_s_g))]
  9.  
  10. IIMMPPLLEEMMEENNTTAATTIIOONN
  11.      UNICOS, UNICOS/mk, and IRIX systems
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      AABBOORRTT requests an abort with traceback and provides an optional
  15.      message written to the ssttddeerrrr file and creates a core dump.
  16.  
  17.      When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
  18.      UNICOS, UNICOS/mk, or IRIX, all arguments must be of default kind
  19.      unless documented otherwise.  On UNICOS and UNICOS/mk, default kind is
  20.      KKIINNDD==88 for integer, real, complex, and logical arguments; on IRIX, the
  21.      default kind is KKIINNDD==44.
  22.  
  23.      _m_s_g       Optional message of type character for ssttddeerrrr file.
  24.  
  25. SSEEEE AALLSSOO
  26.      _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication
  27.      SR-2165, for the printed version of this man page.
  28.